@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* font-family: 'Roboto Condensed', sans-serif; */
/* font-family: 'Poppins', sans-serif; */
* {
	padding: 0;
	box-sizing: border-box;
}

:root {
	--black: #303030;
	--dark-blue: #0756a5;
	--light-blue: rgba(7, 86, 165, 0.06);
	--white: #fff;
	--orange-bg: linear-gradient(90deg, #ff671e 0%, #ff5500 100%);
	--poppins: "Poppins", sans-serif;
	--roboto-condensed: "Roboto Condensed", sans-serif;
}

html {
	scroll-behavior: smooth !important;
}

/* <!-- ========== DAF PAGE CSS STARTED========== --> */

/* <!-- ========== DAF BANNER SECTION CSS ========== --> */
.daf-hero-section {
	padding-top: 127px;
}
.daf-hero-section .daf-hero-inner-section {
	padding-top: 32px;
	background: url(../images/daf-hero-banner-bg.webp);
	background-position: center bottom;
	background-size: cover;
}
.daf-hero-section .content {
	padding: 70px 0 90px 0;
}

.daf-hero-section .content h1 {
	font-size: 48px;
	line-height: 51px;
	font-weight: 800;
	color: var(--dark-blue);
	font-family: var(--roboto-condensed);
	margin-bottom: 30px;
}

.daf-hero-section .content p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: var(--black);
	font-family: var(--poppins);
	margin-bottom: 5px;
}

.daf-hero-section .image-wrapper {
	height: 100%;
	display: flex;
	align-items: end;
	justify-content: center;
}

/* <!-- ========== DAF WHY MATTER SECTION CSS ========== --> */

.daf-why-section {
	padding: 100px 0 100px;
	background: var(--white);
}

.daf-why-title {
	font-family: var(--roboto-condensed);
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	color: var(--dark-blue);
	margin: 0 0 70px;
	position: relative;
}

.daf-why-title::after {
	content: "";
	display: block;
	width: 140px;
	height: 4px;
	background: var(--dark-blue);
	margin: 12px auto 0;
	border-radius: 2px;
}

.daf-why-cards {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 22px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.daf-why-card {
	background: var(--dark-blue);
	color: var(--white);
	border-radius: 10px;
	box-shadow: 0 4px 13px 0px rgba(0, 0, 0, 0.11);
	padding: 34px 30px;
	width: calc(33% - 11px);
	min-height: 160px;
	display: flex;
	align-items: center;
}

.daf-why-card p {
	margin: 0;
	font-family: var(--poppins);
	font-size: 20px;
	line-height: 30px;
	color: var(--white);
}

.daf-why-card strong {
	font-weight: 600;
}

.daf-why-footnote {
	text-align: center;
	max-width: 950px;
	margin: 0 auto 0;
	font-size: 20px;
	line-height: 30px;
	color: var(--black);
}

.daf-why-footnote strong {
	font-weight: 600;
}

/* <!-- ========== DAF INTEGRATION SECTION CSS ========== --> */

.daf-integration-section {
	background: var(--dark-blue);
	padding: 100px 0 100px;
}

.daf-int-title {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 10px;
}

.daf-int-title {
	font-family: var(--roboto-condensed);
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	color: var(--white);
	margin: 0 0 20px;
	position: relative;
}

.daf-int-title::after {
	content: "";
	display: block;
	width: 140px;
	height: 4px;
	background: var(--white);
	margin: 12px auto 0;
	border-radius: 2px;
}

.daf-int-sub {
	color: var(--white);
	font-family: var(--poppins);
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	margin: 0 0 40px;
}

.daf-int-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 30px;
}

.daf-int-card {
	width: calc(33% - 18px);
	min-height: 230px;
	background: var(--white);
	border-radius: 10px;
	box-shadow: 0px 4px 16px 0px #00000026;
	padding: 25px 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
}

.daf-int-icon img {
	width: 96px;
	height: 96px;
	object-fit: contain;
	display: block;
}

.daf-int-text {
	margin: 0;
	font-family: var(--poppins);
	font-size: 18px;
	line-height: 28px;
	color: var(--black);
}
.daf-int-text strong {
	font-weight: 600;
}

/* <!-- ========== HOW IT WORKS SECTION CSS ========== --> */

.daf-how-section {
	background: var(--white);
	padding: 100px 0 100px;
}

.daf-how-title {
	font-family: var(--roboto-condensed);
	font-size: 40px;
	font-weight: 500;
	text-align: left;
	color: var(--dark-blue);
	margin: 0 0 55px;
	position: relative;
}
.daf-how-title::after {
	content: "";
	display: block;
	width: 140px;
	height: 4px;
	background: var(--dark-blue);
	margin: 12px 0 0;
	border-radius: 2px;
}

.daf-how-steps {
	margin: 0 0 20px;
	padding-left: 20px;
	font-family: var(--poppins);
	font-size: 18px;
	line-height: 30px;
	color: var(--black);
}
.daf-how-steps li {
	margin-bottom: 22px;
	list-style: number;
}
.daf-how-steps strong {
	font-weight: 600;
}

.daf-how-note {
	background: rgba(7, 86, 165, 0.04);
	border-radius: 8px;
	padding: 12px 15px;
	font-family: var(--poppins);
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: var(--dark-blue);
	margin-top: 35px;
}

.daf-how-image {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.daf-how-image img {
	max-width: 96%;
	height: auto;
	border-radius: 10px;
	display: block;
}

/* <!-- ========== DAF BENEFITS SECTION CSS ========== --> */
.daf-benefits-section {
	background: var(--dark-blue);
	padding: 100px 0;
}

.daf-benefits-title {
	font-family: var(--roboto-condensed);
	font-size: 40px;
	font-weight: 500;
	line-height: 48px;
	color: var(--white);
	margin: 0 0 60px;
	position: relative;
}
.daf-benefits-title::after {
	content: "";
	display: block;
	width: 140px;
	height: 4px;
	background: var(--white);
	border-radius: 2px;
	margin: 12px 0 0;
}

.daf-benefits-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.daf-benefit {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.daf-benefit-head {
	margin: 0 0 18px 0;
	font-family: var(--poppins);
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: var(--white);
}

.daf-benefit-text {
	margin: 0;
	font-family: var(--poppins);
	font-size: 18px;
	line-height: 28px;
	color: var(--white);
}

/* <!-- ========== DAF CTA SECTION CSS ========== --> */

.daf-cta-section {
	background: var(--white);
	padding: 100px 0;
	text-align: center;
}

.daf-cta-title {
	font-family: var(--roboto-condensed);
	font-size: 40px;
	line-height: 48px;
	font-weight: 500;
	color: var(--dark-blue);
	margin: 0 0 40px;
	position: relative;
}
.daf-cta-title::after {
	content: "";
	display: block;
	width: 140px;
	height: 4px;
	background: var(--dark-blue);
	border-radius: 2px;
	margin: 12px auto 0;
}

.daf-cta-copy {
	max-width: 860px;
	margin: 0 auto 45px;
}
.daf-cta-copy p {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 28px;
	color: var(--black);
}
.daf-cta-copy p:last-child {
	margin-bottom: 0;
}

.daf-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	padding: 12px 35px;
	border-radius: 80px;
	background: linear-gradient(90deg, #ff7936 0%, #ff5906 100%);
	color: var(--white);
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.daf-btn-primary:hover {
	transform: translateY(-4px);
	box-shadow: none;
	text-decoration: none;
	background: linear-gradient(90deg, #ff7936 0%, #ff5906 100%);
	color: var(--white);
}

.daf-btn-primary:active,
.daf-btn-primary:focus {
	box-shadow: none;
	text-decoration: none;
	background: linear-gradient(90deg, #ff7936 0%, #ff5906 100%);
	color: var(--white);
}

/***************************************************************/
/* <!-- ========== RESPONSIVE MEDIA QUERIES CSS ========== --> */
/***************************************************************/

/* <!-- === RESPONSIVE 1198px STARTS HERE === --> */

@media (max-width: 1198px) {
	.daf-hero-section .content h1 {
		font-size: 42px;
		line-height: 45px;
	}

	.daf-hero-section .content h1 span {
		font-size: 36px;
		line-height: 44px;
	}

	.daf-hero-section .image-wrapper img {
		width: 100%;
		height: auto;
	}

	.daf-why-card {
		width: calc(32% - 5px);
	}
}

/* <!-- === RESPONSIVE 992PX STARTS HERE === --> */

@media (max-width: 992px) {
	.daf-hero-section {
		padding-top: 107px;
	}
	.daf-hero-section .daf-hero-inner-section {
		padding-top: 0;
	}
	.daf-hero-section .content h1 {
		font-size: 32px;
		line-height: 36px;
	}
	.daf-hero-section .content {
		padding: 50px 0 60px 0;
	}
	.daf-why-section {
		padding: 70px 0 70px;
	}
	.daf-why-title {
		font-size: 32px;
		margin: 0 0 40px;
	}
	.daf-why-card {
		width: 31%;
	}
	.daf-why-card p {
		font-size: 18px;
		line-height: 28px;
	}
	.daf-why-footnote {
		font-size: 18px;
		line-height: 28px;
	}
	.daf-integration-section {
		padding: 70px 0 70px;
	}
	.daf-int-cards {
		gap: 25px;
	}
	.daf-int-title {
		font-size: 32px;
	}
	.daf-int-text {
		font-size: 16px;
		line-height: 26px;
	}
	.daf-how-section {
		padding: 70px 0 70px;
	}
	.daf-how-title {
		font-size: 32px;
		margin: 0 0 40px;
	}
	.daf-how-note {
		margin-bottom: 40px;
	}
	.daf-benefits-section {
		padding: 70px 0;
	}
	.daf-benefits-title {
		font-size: 32px;
		margin: 0 0 40px;
	}
	.daf-benefits-list {
		gap: 35px;
	}
	.daf-benefit-head {
		margin: 0px 0 15px 0;
		font-size: 20px;
		line-height: 24px;
	}
	.daf-benefit-text {
		font-size: 16px;
		line-height: 26px;
	}
	.daf-cta-section {
		padding: 70px 0;
	}
	.daf-cta-title {
		font-size: 32px;
		margin: 0 0 40px;
	}
	.daf-cta-copy p {
		margin: 0 0 15px;
	}
}

/* <!-- === RESPONSIVE ONLY 768px STARTS HERE === --> */

@media (max-width: 768px) {
	.daf-hero-section {
		padding-top: 0px;
	}
}

/* <!-- === RESPONSIVE ONLY 767px STARTS HERE === --> */

@media (max-width: 767px) {
	.daf-hero-section .content {
		padding: 50px 0 30px 0;
	}
	.daf-hero-section .content {
		text-align: center;
	}
	.daf-hero-section .image-wrapper img {
		width: 80%;
	}
	.daf-why-card {
		width: 47%;
	}
	.daf-int-card {
		width: calc(50% - 18px);
	}
}

/* <!-- === RESPONSIVE ONLY 575px STARTS HERE === --> */

@media (max-width: 575px) {
	.daf-hero-section .content {
		padding: 35px 0 20px 0;
	}
	.daf-hero-section .content h1 {
		margin-bottom: 15px;
	}
	.daf-hero-section .image-wrapper img {
		width: 95%;
	}
	.daf-why-section {
		padding: 45px 0 45px;
	}
	.daf-why-title {
		font-size: 28px;
        line-height: 36px;
		margin: 0 0 30px;
	}
	.daf-why-cards {
		gap: 20px;
	}
	.daf-why-card {
		width: 100%;
		padding: 25px;
		min-height: 150px;
	}
	.daf-integration-section {
		padding: 45px 0 45px;
	}
	.daf-int-title {
		font-size: 28px;
        line-height: 36px;
	}
	.daf-int-cards {
		gap: 20px;
	}
	.daf-int-card {
		width: 100%;
	}
	.daf-how-section {
		padding: 45px 0 45px;
	}

	.daf-how-title {
		font-size: 28px;
        line-height: 36px;
		margin: 0 0 30px;
	}
	.daf-how-steps li {
		margin-bottom: 20px;
	}
	.daf-benefits-section {
		padding: 45px 0;
	}
	.daf-benefits-title {
		font-size: 28px;
		line-height: 36px;
		margin: 0 0 30px;
	}
	.daf-benefits-list {
		gap: 25px;
	}
	.daf-benefit {
		gap: 15px;
	}
	.daf-benefit-head {
		margin: 0px 0 12px 0;
	}
	.daf-cta-section {
		padding: 45px 0;
	}
	.daf-cta-title {
		font-size: 28px;
		line-height: 36px;
		margin: 0 0 30px;
	}
}
